runtime.gcWork.mayNeedWorker (field)

11 uses

	runtime (current package)
		mgcmark.go#L1290: 			if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
		mgcmark.go#L1291: 				gcw.mayNeedWorker = false
		mgcmark.go#L1349: 		if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
		mgcmark.go#L1350: 			gcw.mayNeedWorker = false
		mgcmark.go#L1464: 		if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
		mgcmark.go#L1465: 			gcw.mayNeedWorker = false
		mgcmark_greenteagc.go#L308: 				gcw.mayNeedWorker = true
		mgcwork.go#L133: 	mayNeedWorker bool
		mgcwork.go#L191: 			w.mayNeedWorker = true
		mgcwork.go#L244: 			w.mayNeedWorker = true
		mgcwork.go#L373: 			w.mayNeedWorker = true